*{
	margin: 0;
	padding: 0;

}

header img{
	border-radius: 20px 20px 0px 0px;

}

header, .seccion1, footer{
	background: #6A6C6A;
	width: 80%;
	margin: auto;
	border-right-width: 10px;

}
header nav{
       background: #ffffff;
       border-radius: 0px 0px 10px 10px;
}      

header nav ul{
	list-style: none;
	overflow: hidden;
}

header nav ul li{
	float: left;
	
}
header nav ul li a{
	padding: 10px 10px;
	display: block;
	color: white;
	text-decoration: none;
	font-family: Century Gothic;
	font-size: 17px;
	transition: 3s;

}

header nav ul li a:hover{
	background: #ffffff;
	color: black;
	transition: 1s;

}

.seccion1 .seccion2{
	width: 90%;
	float: left;
	margin-right: 10px;
	border-radius: 20px;
	border: 10px 20px 20px 20px;
	margin-left: 50px;
	padding: 10px;
	
   
}

aside {
	width: 35%;
	height: 60px;
	margin: auto;
	background: #ffffff;
	float: right;
	border-radius: 5px red;
	box-sizing: border-box;
	text-align: justify;
	padding: 10px;
	border-radius: 20px 20px 20px 20px;
	
}

h5{
	font-size: 30px;
	font-family: Century Gothic;
	text-align: center;
	color: #6A6C6A;
}

h2{
	font-size: 30px;
	color: #6A6C6A;
	text-align: center;
	font-family: Century Gothic;
}

.seccion1{
	background: #ffffff;
	border-radius: 10px 10px 10px 10px;
	
}


.uno{
	width: 70%;
	float: left;
	background: #6A6C6A;
	border-radius: 10px 10px 10px 10px;

}

.hz{
	background: #ffffff;
	border-top-left-radius:20px;
	border-top-right-radius: 20px;
	box-sizing: border-box;
	text-align: justify;
	padding: 10px;

}

.hx{
	background: #ffffff;
	border-top-left-radius:20px;
	border-top-right-radius: 20px;
	box-sizing: border-box;
	text-align: justify;
	border-radius: 0px 0px 20px 20px;
	padding: 10px;

}

 h3 {
  	font-size: 15px;
	color: #6A6C6A;
	text-align: justify;
	font-family: Century Gothic;


 }

 body {
  height: 500px;
  background: white;
  background-repeat:no-repeat;
  background-position-x:center;
  background-position-y:center;
  background-size: 10rem;

}

.uno { 
   
   width: 60%;
   box-sizing: border-box;


}

header img{
  border-radius: 20px 20px 0px 0px;

}
header, .seccion1, footer{
  background: #ffffff;
  width: 80%;
  margin: auto;
  border-right-width: 10px;

}
header nav{
       background: #6A6C6A;
       border-radius: 0px 0px 10px 10px;
       border: none;
}      

header nav ul{
  list-style: none;
  overflow: hidden;
}

header nav ul li{
  float: left;
  
}
header nav ul li a{
  padding: 10px 10px;
  display: block;
  color: white;
  text-decoration: none;
  font-family: Century Gothic;
  font-size: 17px;
  transition: 3s;

}

header nav ul li a:hover{
  background: #72E91F;
  color: black;
  transition: 1s;

}

footer {
	background: #6A6C6A;
	clear: both;
  color: white;
	margin: 100px;
	height: 60px;
	text-align: center;
	border-radius: 0px 0px 10px 10px;
	font-family: Century Gothic;

}





 